home *** CD-ROM | disk | FTP | other *** search
- object IBSecMainForm: TIBSecMainForm
- Left = 291
- Top = 107
- Width = 442
- Height = 233
- Caption = 'IBSec'
- Color = clBtnFace
- Constraints.MinHeight = 150
- Constraints.MinWidth = 418
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 256
- Top = 6
- Width = 58
- Height = 13
- Caption = 'Secure port:'
- end
- object Label2: TLabel
- Left = 336
- Top = 6
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object IBPort: TLabel
- Left = 256
- Top = 49
- Width = 92
- Height = 13
- Caption = 'InterBase port: xxxx'
- end
- object Label3: TLabel
- Left = 136
- Top = 6
- Width = 64
- Height = 13
- Caption = 'IBSec server:'
- end
- object CAPIVersion: TLabel
- Left = 256
- Top = 64
- Width = 40
- Height = 13
- Caption = 'CAPI x.x'
- end
- object Operation: TRadioGroup
- Left = 8
- Top = 8
- Width = 113
- Height = 65
- Caption = 'Operation'
- ItemIndex = 0
- Items.Strings = (
- 'Act as client'
- 'Act as server')
- TabOrder = 0
- OnClick = OperationClick
- end
- object Log: TMemo
- Left = 8
- Top = 80
- Width = 417
- Height = 121
- Anchors = [akLeft, akTop, akRight, akBottom]
- PopupMenu = ClearLogMenu
- TabOrder = 1
- end
- object SecurePort: TEdit
- Left = 256
- Top = 22
- Width = 57
- Height = 21
- TabOrder = 2
- Text = '3051'
- end
- object Password: TEdit
- Left = 336
- Top = 22
- Width = 89
- Height = 21
- PasswordChar = '*'
- TabOrder = 3
- Text = 'secret'
- end
- object StartStop: TButton
- Left = 136
- Top = 48
- Width = 65
- Height = 25
- Caption = 'Start'
- TabOrder = 4
- OnClick = StartStopClick
- end
- object ServerHost: TEdit
- Left = 136
- Top = 22
- Width = 105
- Height = 21
- TabOrder = 5
- Text = '100.100.100.100'
- end
- object CryptData: TCheckBox
- Left = 381
- Top = 54
- Width = 45
- Height = 17
- Caption = 'Crypt'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object ServerSocket: TServerSocket
- Active = False
- Port = 0
- ServerType = stNonBlocking
- OnClientConnect = ServerSocketClientConnect
- OnClientDisconnect = ServerSocketClientDisconnect
- OnClientRead = ServerSocketClientRead
- OnClientError = ServerSocketClientError
- Left = 232
- Top = 120
- end
- object ClearLogMenu: TPopupMenu
- Left = 144
- Top = 120
- object ClearLog1: TMenuItem
- Caption = '&Clear Log'
- ShortCut = 16460
- OnClick = ClearLog1Click
- end
- object LogEnabled1: TMenuItem
- Caption = '&Log Enabled'
- Checked = True
- OnClick = LogEnabled1Click
- end
- end
- end
-